programming4us
           
 
 
Sharepoint

SharePoint 2010 : SQL Server Reporting Services 2008 (part 1)

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/18/2011 9:06:43 AM
In a typical business intelligence solution, you need all sorts of reports. PerformancePoint Services excels in the creation of KPIs and scorecards. If you need other type of reports (tabular, interactive, visual, or freeform), you’ll need SQL Server Reporting Services. SQL Server Reporting Services is a server-based report generation platform that provides the means to create, deploy, and manage reports, and it is a reporting platform that integrates well with SharePoint. The integration of SQL Server Reporting Services with SharePoint includes the following features.
  • SharePoint lists are used to store report server content.

  • Reporting Services adds application pages to SharePoint that allow you to manage SQL Server Reporting Services by using a SharePoint interface.

In addition to offering ready-to-use reports, SQL Server Reporting Services 2008 allows end users to create specific reports that are based on predefined models. It also allows you to export reports manually to other formats such as Excel. SQL Server Reporting Services 2008 is released as a part of SQL Server Express, Workgroup, Standard, and Enterprise editions, so you don’t need to purchase a separate license to start using it.

1. What’s New in SQL Server Reporting Services 2008

SQL Server Reporting Services 2008 has introduced a significant amount of new features in the following key areas.

  • Report authoring

  • Report processing and rendering

  • Architecture and tool changes

  • Report programmability


Note:

There have also been interesting innovations regarding report programmability, such as the ability to preprocess report definitions and support for data-driven subscriptions and job management for situations in which SQL Server Reporting Services 2008 is deployed in SharePoint integrated mode.


1.1. Report Authoring

SQL Server Reporting Services 2008 has always enabled you to create reports that consume data coming from many types of data sources. Newly added in SQL Server Reporting Services 2008 is the ability for reports to consume data from Teradata databases (databases that use Teradata relational database software and are specifically designed for data warehousing). There have been vast additions to the collection of data visualization features in the form of a new chart data region that can include bar/column cylinders, pyramids, funnels, polars, radars, stocks, candlesticks, range bars, smooth areas, smooth lines, stepped lines, box plot charts, Pareto charts, and histograms. An example of a funnel chart created with SQL Server Reporting Services 2008 is shown in Figure 1.

Figure 1. Example of a funnel chart


Also, there is a new gauge data region that displays one or more gauges (such as a thermometer gauge). An example of a gauge data region is shown in Figure 2.

Figure 2. Example of a gauge data region


The tablix data region is a major enhancement that improves report flexibility; it replaces the old table, matrix, and list data regions. A tablix data region is a flexible grid layout that supports multiple row and column groups and allows the display of subtotals, totals, and grand totals. A cell within a tablix data region can contain any other report item, such as another data region. This allows you to combine table, matrix, and list structures and create complex reports that integrate traits of various report types. An example of a tablix data region is shown in Figure 3.

Figure 3. Example of a tablix data region


Another long-awaited feature is added support for text and HTML. In SQL Server Reporting Services 2008, the text box report item allows you to apply various style elements, and you now can import basic HTML from a field in your application database for safe display in the report.

There have also been improvements in the Report Designer, a tool that integrates with Visual Studio.NET, but because that is a developer-oriented topic. You can visit http://www.microsoft.com/sqlserver/2008/en/us/reporting.aspx for more information. SQL Server Reporting Services 2008 includes another tool that is used to create reports, a tool that will be used primarily by end users. It is called Report Builder 2.0, and it contains new features like enhanced data layout, visualization, text formatting, and on-demand rendering in an Office-like authoring environment.

Finally, new report elements have been added that provide more control over the way page headers, footers, sections, margins, columns, column spacing, and pagination are handled and rendered.

1.2. Report Processing and Rendering

Report processing and rendering have undergone some important changes too. Most importantly, SQL Server Reporting Services 2008 now allows you to export a report to a Microsoft Word document (Word 2000 or later), which is possible through the addition of a Word rendering extension. It also includes enhancements for the already existing Microsoft Excel rendering extension in the form of support for rendering subreports and nested data regions. The CSV data-rendering extension is improved by removing layout information from the output. This is a step forward, because data-only content is much easier for other applications to process. The rendering model now supports on-demand report processing that renders each page of a report as you view it. With this feature, support for viewing large amounts of data in SQL Server Reporting Services 2008 reports has improved dramatically and also provides an improved first-page response time.

1.3. Architecture and Tool Changes

The SQL Server Reporting Services 2008 architecture has been redesigned thoroughly, which has made it more scalable and easier to manage. The most significant change is that in SQL Server Reporting Services 2008, it is possible to run the report server as a true middle-tier application that doesn’t have to be hosted on a Web front-end server; you can host it on a dedicated application server. In the section titled Section 2 later in this article, you can take a close look at the architecture of SQL Server Reporting Services 2008 in SharePoint integrated mode.

The tools that you need to manage SQL Server Reporting Services 2008 in SharePoint integrated mode have undergone changes so that their functionality no longer overlaps. The set of tools itself hasn’t changed and consists of the following items.

  • Reporting Services Configuration Used to configure and manage a report server installation. Use this tool to set service accounts, create or manage report server databases, configure URLs, set the unattended execution account, configure report server e-mail settings, and manage encryption keys, if you choose to use them.

  • SQL Server Management Studio Used to manage database server properties, create shared schedules, configure role definitions and view permission levels, and manage scheduled jobs that are currently in progress on the report server. The most important thing this tool doesn’t do is manage permissions, because all content management needs to be done through the normal SharePoint interface.

  • Reporting Services Add-in for SharePoint Used to specify all sorts of settings such as integrating new report servers with SharePoint, specifying the authentication mode used by the SharePoint site or farm, specifying report processing time-outs, enabling logging, and enabling customized report building using the Report Builder tool.

Ultimately, the biggest enhancement to the Reporting Services toolset has been the addition of support for SharePoint 2010. The next section, Section 21.3.2, discusses the architecture of SQL Server Reporting Services 2008 in more detail.

Other -----------------
- SharePoint 2010 : Configuring Excel Services
- Excel Capabilities on SharePoint 2010
- Setting Up UAG for SharePoint (part 2) - Publishing SharePoint Through a Portal Trunk in UAG
- Setting Up UAG for SharePoint (part 1) - Setting Up SharePoint for Cross-Firewall Access & Creating Application Portal Trunk in UAG
- Publishing SharePoint 2010 to Mobile Devices : Examining Common Firewall Configurations
- Publishing SharePoint 2010 to Mobile Devices : Setting Up SMS Alerts
- SharePoint 2010 : Deploying and Managing FAST Search with Windows PowerShell (part 2) - Adding FAST Search Server 2010 for SharePoint to a SharePoint 2010 Installation
- SharePoint 2010 : Deploying and Managing FAST Search with Windows PowerShell (part 1) - Using the FAST Search Server 2010 for SharePoint Shell
- SharePoint 2010 : Using Enterprise Search (part 3) - Modifying Authoritative Pages and Search Metadata
- SharePoint 2010 : Using Enterprise Search (part 2) - Administering Content Sources
- SharePoint 2010 : Using Enterprise Search (part 1) - Creating and Managing Search Application Topology
- SharePoint 2010 : Using Windows PowerShell to Manage Search Services and FAST Search - Working with Basic Search
- SharePoint 2010 : Creating an Information Repository with the User Profile Service (part 3) - Profile Synchronization & Setting Up My Sites
- SharePoint 2010 : Creating an Information Repository with the User Profile Service (part 2) - Setting Up and Configuring the User Profile Service
- SharePoint 2010 : Creating an Information Repository with the User Profile Service (part 1) - Uses and Benefits of the User Profile Service & Uses and Benefits of the User Profile Service
- SharePoint 2010 : Collaboration and Portals - The Social Experience
- SharePoint 2010 : Collaboration and Portals - Choosing to Use Portal Sites
- SharePoint 2010 : Using Collaboration Sites
- SharePoint 2010 : Organizing Information - An Information Organization Project
- SharePoint 2010 : Organizing Information - Building an Information Architecture
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us